[Zend_Framework] Group by date with Zend_Db
Posted
by rasouza
on Stack Overflow
See other posts from Stack Overflow
or by rasouza
Published on 2010-05-18T05:34:11Z
Indexed on
2010/05/18
5:41 UTC
Read the original article
Hit count: 146
zend-framework
|php
I have several entries in a table with name and date. I'd like to fetchAll with Zend_Db then get a grouped-by-date array. It happens that if I use group()
, Zend_Db_Select method, it excludes some entries and I need them all.
Actually, what I'm trying to do is to render several tables, one for each different date, with data inside. I have no ideia.
How do I do that?
Thx in advance
© Stack Overflow or respective owner